align the entry in the same way as the cell. (#136749)
authorMatthias Clasen <maclas@gmx.de>
Fri, 23 Jul 2004 15:12:11 +0000 (15:12 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 23 Jul 2004 15:12:11 +0000 (15:12 +0000)
Fri Jul 23 11:11:10 2004  Matthias Clasen  <maclas@gmx.de>

* gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_start_editing):
align the entry in the same way as the cell.  (#136749)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkcellrenderertext.c

index 06008a7a68f0dd344c0893792ba05962765c0e6a..492332d6fae4408832828fb48e1aa47cd7cbe203 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
+Fri Jul 23 11:11:10 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_start_editing): 
+       align the entry in the same way as the cell.  (#136749)
+
 Fri Jul 23 11:01:00 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtktextbtree.c (_gtk_text_line_previous_could_contain_tag): 
-       Don't iterate too far up.  (#147965, Olivier Sessink)
+       Don't iterate too far up. (#147965, Olivier Sessink)
 
 Fri Jul 23 10:28:43 2004  Matthias Clasen  <maclas@gmx.de>
 
index 06008a7a68f0dd344c0893792ba05962765c0e6a..492332d6fae4408832828fb48e1aa47cd7cbe203 100644 (file)
@@ -1,7 +1,12 @@
+Fri Jul 23 11:11:10 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_start_editing): 
+       align the entry in the same way as the cell.  (#136749)
+
 Fri Jul 23 11:01:00 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtktextbtree.c (_gtk_text_line_previous_could_contain_tag): 
-       Don't iterate too far up.  (#147965, Olivier Sessink)
+       Don't iterate too far up. (#147965, Olivier Sessink)
 
 Fri Jul 23 10:28:43 2004  Matthias Clasen  <maclas@gmx.de>
 
index 06008a7a68f0dd344c0893792ba05962765c0e6a..492332d6fae4408832828fb48e1aa47cd7cbe203 100644 (file)
@@ -1,7 +1,12 @@
+Fri Jul 23 11:11:10 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_start_editing): 
+       align the entry in the same way as the cell.  (#136749)
+
 Fri Jul 23 11:01:00 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtktextbtree.c (_gtk_text_line_previous_could_contain_tag): 
-       Don't iterate too far up.  (#147965, Olivier Sessink)
+       Don't iterate too far up. (#147965, Olivier Sessink)
 
 Fri Jul 23 10:28:43 2004  Matthias Clasen  <maclas@gmx.de>
 
index 06008a7a68f0dd344c0893792ba05962765c0e6a..492332d6fae4408832828fb48e1aa47cd7cbe203 100644 (file)
@@ -1,7 +1,12 @@
+Fri Jul 23 11:11:10 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_start_editing): 
+       align the entry in the same way as the cell.  (#136749)
+
 Fri Jul 23 11:01:00 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtktextbtree.c (_gtk_text_line_previous_could_contain_tag): 
-       Don't iterate too far up.  (#147965, Olivier Sessink)
+       Don't iterate too far up. (#147965, Olivier Sessink)
 
 Fri Jul 23 10:28:43 2004  Matthias Clasen  <maclas@gmx.de>
 
index 360f6ac35a79e6414b6df22834b8a2e43023f738..058d7099821cb5cfc95328a63565ed3d4305bb04 100644 (file)
@@ -1636,6 +1636,7 @@ gtk_cell_renderer_text_start_editing (GtkCellRenderer      *cell,
 
   priv->entry = g_object_new (GTK_TYPE_ENTRY,
                              "has_frame", FALSE,
+                             "xalign", cell->xalign,
                              NULL);
 
   if (celltext->text)